(org-cycle): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 6 Jun 2007 15:27:29 +0000 (15:27 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 6 Jun 2007 15:27:29 +0000 (15:27 +0000)
lisp/textmodes/org.el

index 2758f12a17f4e7ec2110ade0060dc4813e54db71..9a6ab7f6ea4d0db19e4b43fa7637b80bed9ad774 100644 (file)
@@ -4378,8 +4378,8 @@ between words."
   `indent-relative', like TAB normally does.  See the option
   `org-cycle-emulate-tab' for details.
 
-- Special case: if point is the the beginning of the buffer and there is
-  no headline in line 1, this function will act as if called with prefix arg."
+- Special case: if point is the beginning of the buffer and there is no
+  headline in line 1, this function will act as if called with prefix arg."
   (interactive "P")
   (let* ((outline-regexp
          (if (and (org-mode-p) org-cycle-include-plain-lists)
@@ -14630,7 +14630,7 @@ priority-n   The computed numerical priority"
          (set-buffer "*Org Agenda*")
          (while files
            (eval (list 'let (append org-agenda-exporter-settings opts pars)
-                       (list 'org-write-agenda 
+                       (list 'org-write-agenda
                              (expand-file-name (pop files) dir) t)))))
        (kill-buffer org-agenda-buffer-name)))))
 
@@ -15064,7 +15064,7 @@ dates."
        (setq day-numbers (delq nil (mapcar (lambda(x)
                                              (if (>= x today) x nil))
                                            day-numbers))))
-    (org-prepare-agenda (concat "Timeline " 
+    (org-prepare-agenda (concat "Timeline "
                                (file-name-nondirectory buffer-file-name)))
     (if doclosed (push :closed args))
     (push :timestamp args)